home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1833 / 1833.xpi / chrome / yoono.jar / skin / classic / yoono / yoono-links.css < prev    next >
Cascading Style Sheet File  |  2009-12-16  |  504b  |  19 lines

  1.  
  2. #yoono-links-icon {
  3.   list-style-image: url('chrome://yoono/skin/yoono-links.png');
  4.   -moz-image-region: rect(11px 26px 26px 11px);
  5. }
  6. #yoono-links-icon[loading="true"] {
  7.   -moz-image-region: rect(11px 54px 26px 39px);
  8. }
  9. #yoono-links-icon[status="enabled"] {
  10.   -moz-image-region: rect(11px 26px 26px 11px);
  11. }
  12. #yoono-links-icon[status="enabled"][secured="true"]  {
  13.   -moz-image-region: rect(11px 54px 26px 39px);
  14. }
  15. #yoono-links-icon[status="disabled"] {
  16.   -moz-image-region: rect(11px 82px 26px 67px);
  17. }
  18.  
  19.